home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reverse Code Engineering RCE CD +sandman 2000
/
ReverseCodeEngineeringRceCdsandman2000.iso
/
RCE
/
Library
/
Manuels & Misc
/
Assembly
/
AOA.ZIP
/
CH02
/
TRUTHTBL
/
TRUTHP.DPR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-16
|
300 b
|
16 lines
program Truthp;
uses
Forms,
Truthu in 'TRUTHU.PAS' {TruthTbl},
Aboutp in 'ABOUTP.PAS' {AboutBox};
{$R *.RES}
begin
Application.Title := 'Logic Simulation';
Application.CreateForm(TTruthTbl, TruthTbl);
Application.CreateForm(TAboutBox, AboutBox);
Application.Run;
end.